home *** CD-ROM | disk | FTP | other *** search
/ PC Media 7 / PC MEDIA CD07.iso / share / prog / vcclean / vcclean.txt < prev   
Encoding:
Text File  |  1994-04-26  |  2.2 KB  |  52 lines

  1. VC Clean! from AdMation
  2.  
  3. Install this product in the BIN directory of your copy of Visual C++.
  4.  
  5. Adding VC Clean! to the Visual Workbench.
  6.  
  7. Microsoft's Visual Workbench can be customized to allow you to add tools
  8. to the Tools menu on the menu bar.  Once you have added VC Clean! to the 
  9. Tools menu, you can invoked VC Clean! to remove the files generated during 
  10. compilation of a project. 
  11.  
  12. Go to the Options menu item in the Virual Workbench and select the Tools menu
  13. item.  Tools will bring up a dialog box that will allow you to add VC Clean!.
  14.  
  15. 1.    Press the Add button to create the entry for VC Clean!.  From the file 
  16.    dialog box, find vcclean.exe, and select it.  Press OK.  This will place
  17.    the pathname for VC Clean! into Command Line.
  18.  
  19. 2.    Change Menu Text to VC Clean!
  20.  
  21. 3.    Set Arguments as shown below.  The $Proj argument provides the name of the 
  22.    current project to VC Clean!.  $ProjDir provides the fully qualified project 
  23.    pathname for the current project.  And $Target provides the fully qualified
  24.    pathname of the file created by the project.  $Target is the file created 
  25.    if the build is successful.
  26.  
  27.     $Proj $ProjDir $Target
  28.  
  29. 4.    Press OK to save this entry.
  30.  
  31. Now when you select Tools from the Visual Workbench menu bar you will have 
  32. a menu item VC Clean! on that menu.   Selecting that item will run VC Clean! 
  33. with the three arguments defined by you when you added VC Clean! to Tools.
  34.  
  35. VC Clean! is a shareware product.  Registration is $9.95 for individuals or
  36. $195.00 for an unlimited use site license. For complete details, look in 
  37. the VC Clean! help file. The help file can be accessed from the Help menu in
  38. VC Clean! or from the WINHELP command by opening the vcclean.hlp file.
  39.  
  40. To register, print the registration form from the VC Clean! help file, fill
  41. it out, and mail it with your check to the address given. Or send a check 
  42. for $9.95 along with your name and address to
  43.  
  44. AdMation
  45. P.O. Box 260613
  46. Highlands Ranch, CO  80126-0613
  47.  
  48. You can contact AdMation on CompuServe by sending mail to our account
  49. number 70233,1364.  Search WINSHARE, WINFUN, and the programming forums
  50. for other products by AdMation.  Select SEARCH under the Library menu 
  51. in forum and enter ADMATION in the keyword search box.
  52.